home *** CD-ROM | disk | FTP | other *** search
-
- MY_PE(3I) MY_PE(3I)
-
-
- NNNNAAAAMMMMEEEE
- ____mmmmyyyy____ppppeeee, MMMMYYYY____PPPPEEEE - Returns the processing element (PE) number of the
- calling PE
-
- SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
- C/C++:
-
- ####iiiinnnncccclllluuuuddddeeee <<<<mmmmpppppppp////sssshhhhmmmmeeeemmmm....hhhh>>>>
- iiiinnnntttt ____mmmmyyyy____ppppeeee ((((vvvvooooiiiidddd))));;;;
-
- Fortran:
-
- IIII==== MMMMYYYY____PPPPEEEE (((())))
-
- SSSSTTTTAAAANNNNDDDDAAAARRRRDDDDSSSS
- C/C++: Extension
-
- Fortran: CF90 compiler extension to Fortran 95
-
- DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
- This function returns the processing element (PE) number of the
- calling PE. It accepts no arguments. The result is an integer
- between 0 and _n_p_e_s - 1, where _n_p_e_s is the total number of PEs
- executing the current program.
-
- NNNNOOOOTTTTEEEESSSS
- CCCC////CCCC++++++++
- Because ____mmmmyyyy____ppppeeee is an intrinsic function, no externally visible library
- function is available for it. The compiler generates inline code to
- produce the result.
-
- FFFFoooorrrrttttrrrraaaannnn
- This function is supported as part of the Message Passing Toolkit, and
- as an external function.
-
- MMMMYYYY____PPPPEEEE is an inquiry function. The name of this intrinsic cannot be
- passed as an argument.
-